home *** CD-ROM | disk | FTP | other *** search
/ Exame Informatica 142 / Exame Informatica 142.iso / Programas / paintnet / PaintDotNet_3_01_BetaNews.exe / PaintDotNetSetup.exe / PaintDotNet.msi / _F57D248521E30C214C28E0744C717BA7 < prev    next >
Encoding:
Text File  |  2007-01-11  |  8.1 KB  |  209 lines

  1. <html>
  2.  
  3. <!-- #BeginTemplate "pdn_help.dwt" -->
  4.  
  5. <head>
  6. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  7. <!-- #BeginEditable "title" -->
  8. <title>Paint.NET Help - Edit Menu</title>
  9. <!-- #EndEditable -->
  10. <link rel="stylesheet" type="text/css" href="../stylesheet.css">
  11. </head>
  12.  
  13. <body>
  14.  
  15. <div id="banner">
  16.     <a href="http://www.getpaint.net/">
  17.     <img border="0" src="../images/logo.png"></a><p>
  18.      </div>
  19. <div id="leftnav">
  20.     <ul class="toc" style="margin-left: 0; padding-left: 0;">
  21.         <li><a href="index.html">Overview</a><br>
  22.         </li>
  23.         <li><a href="Features.html">Features</a><br>
  24.         <a href="Tutorials.html">Tutorials</a><br>
  25.         <a href="WhatsNew.html">What's New?</a><br>
  26.         </li>
  27.     </ul>
  28.     <h3>Concepts</h3>
  29.     <ul class="toc" style="margin-left: 0; padding-left: 0;">
  30.         <li><a href="LayersAndBlendModes.html">Layers and Blend Modes</a></li>
  31.     </ul>
  32.     <h3>User Interface</h3>
  33.     <ul class="toc" style="margin-left: 0; padding-left: 0;">
  34.         <li><a href="KeyboardMouseCommands.html">Keyboard & Mouse Commands</a></li>
  35.         <li><a href="MainWindow.html">Main Window</a></li>
  36.         <li><a href="ImageList.html">Image List</a></li>
  37.         <li><a href="MenuBar.html">Menu Bar</a>
  38.         <ul class="toc">
  39.             <li><a href="FileMenu.html">File</a></li>
  40.             <li><a href="EditMenu.html">Edit</a></li>
  41.             <li><a href="ViewMenu.html">View</a></li>
  42.             <li><a href="ImageMenu.html">Image</a></li>
  43.             <li><a href="LayersMenu.html">Layers</a>
  44.             <ul class="toc">
  45.                 <li class="comment"><a href="RotateZoom.html">Rotate / Zoom</a></li>
  46.             </ul></li>
  47.             <li><a href="AdjustmentsMenu.html">Adjustments</a> 
  48.                 <ul class="toc">
  49.                     <li><a href="Curves.html">Curves</a></li>
  50.                     <li><a href="Levels.html">Levels</a></li>
  51.                 </ul></li>
  52.             <li><a href="EffectsMenu.html">Effects</a></li>
  53.             <li><a href="WindowMenu.html">Window</a></li>
  54.             <li><a href="HelpMenu.html">Help</a></li>
  55.         </ul>
  56.         </li>
  57.         <li><a href="Toolbar.html">Toolbar</a></li>
  58.         <li><a href="ToolsWindow.html">Tools Window</a><ul class="toc">
  59.             <li><a href="SelectionTools.html">Selection Tools</a></li>
  60.             <li><a href="MoveTools.html">Move Tools</a><br>
  61.             <a href="MagicWand.html">Magic Wand</a></li>
  62.             <li><a href="GradientTool.html">Gradient Tool</a><br>
  63.             <a href="Paintbrush.html">Paintbrush</a></li>
  64.             <li><a href="EraserTool.html">Eraser Tool</a></li>
  65.             <li><a href="PixelTools.html">Pixel Tools</a></li>
  66.             <li><a href="ShapeTools.html">Shape Tools</a></li>
  67.             <li><a href="LineCurve.html">Line / Curve Tool</a></li>
  68.             <li><a href="TextTool.html">Text Tool</a></li>
  69.             <li><a href="PaintBucket.html">Paint Bucket</a></li>
  70.             <li><a href="CloneStamp.html">Clone Stamp</a></li>
  71.             <li><a href="RecolorTool.html">Recolor Tool</a></li>
  72.         </ul>
  73.         </li>
  74.         <li><a href="HistoryWindow.html">History Window</a></li>
  75.         <li><a href="LayersWindow.html">Layers Window</a></li>
  76.         <li><a href="ColorsWindow.html">Colors Window</a></li>
  77.         <li><a href="StatusBar.html">Status Bar</a></li>
  78.     </ul>
  79.     </li>
  80.     <h3>Other</h3>
  81.     <ul class="toc" style="margin-left: 0; padding-left: 0;">
  82.         <li><a href="FAQ.html">FAQ (Frequently Asked Questions)</a></li>
  83.         <li><a href="UnattendedInstallation.html">Unattended Installation</a></li>
  84.         <li><a href="SystemRequirements.html">System Requirements</a></li>
  85.         <li><a href="WebLinks.html">Web Links</a></li>
  86.         <li><a href="License.html">License</a></li>
  87.     </ul>
  88. </div>
  89. <div id="content">
  90.     <!-- #BeginEditable "content" -->
  91.     <div id="content0">
  92.         <h2>Edit Menu</h2>
  93.         <p>The Edit Operations allow for easy manipulation of the image history, 
  94.         the selected region of the image, the selection itself, and the 
  95.         clipboard. </p>
  96.         <p>An important thing to note about selected regions is that all drawing 
  97.         operations are clipped to remain within them. For example, if you use 
  98.         the <a href="SelectionTools.html">Ellipse Select</a> tool to select a 
  99.         circular region in the middle of the image, you will be unable to draw 
  100.         anything outside of that circle while the selection is active.
  101.         <a href="EffectsMenu.html">Effects</a> and <a href="AdjustmentsMenu.html">
  102.         Adjustments</a> will only affect the selected area as well.</p>
  103.         <ul>
  104.             <li class="nobullet"><img border="0" src="Images/EditMenu.png"><p></p>
  105.             </li>
  106.             <li>
  107.             <h3><a name="Undo"></a>Undo </h3>
  108.             <p>This undoes the most recent action that you've taken that affects 
  109.             the image, if any. This functionality is also available from the <a href="HistoryWindow.html">
  110.             History Window</a>.</p>
  111.             </li>
  112.             <li>
  113.             <h3><a name="Redo"></a>Redo </h3>
  114.             <p>This redoes the most recent action that you've undone, if any. 
  115.             This functionality is also available from the <a href="HistoryWindow.html">
  116.             History Window</a>.</p>
  117.             </li>
  118.             <li>
  119.             <h3><a name="Cut"></a>Cut </h3>
  120.             <p>You may use this to remove a selected portion of the active 
  121.             layer. You can select a portion of the layer by using the <a href="SelectionTools.html">
  122.             Rectangle Select, Lasso Select, Ellipse Select</a>, or 
  123.             <a href="MagicWand.html">Magic Wand</a> tools. Once you perform the 
  124.             cut operation, that area of the layer is moved to the clipboard and 
  125.             replaced with transparent pixels. The current selection outline is 
  126.             also removed.</p>
  127.             </li>
  128.             <li>
  129.             <h3><a name="Copy"></a>Copy </h3>
  130.             <p>This is similar to the Cut command, except that the selected 
  131.             region remains on the active layer and the selection outline is not 
  132.             removed.</p>
  133.             </li>
  134.             <li>
  135.             <h3><a name="Paste"></a>Paste </h3>
  136.             <p>If there is an image in the clipboard, this command will allow 
  137.             you to paste it on to the active layer. The pasted pixels will then 
  138.             be selected and the <a href="MoveTools.html">Move Selected Pixels</a> 
  139.             tool will automatically be switched to. This will allow you to move, 
  140.             scale, or rotate the pixels into the desired location and 
  141.             orientation.</p>
  142.             <p>If the image being pasted is too wide and/or too tall for the 
  143.             current canvas size, you will be asked if you want to resize the 
  144.             canvas. This is a quick shortcut to the 
  145.             <a href="ImageMenu.html#CanvasSize">Image<b> Γ寠</b>Canvas Size</a> 
  146.             command so that you can make sure that what you are pasting will 
  147.             fit.</p>
  148.             </li>
  149.             <li>
  150.             <h3><a name="PasteInToNewLayer"></a>Paste in to New Layer </h3>
  151.             <p>This is similar to Paste, except that it creates a new layer, 
  152.             makes it active, and then performs the Paste command.</p>
  153.             </li>
  154.             <li>
  155.             <h3><a name="PasteInToNewImage"></a>Paste in to New Image</h3>
  156.             <p>This is similar to Paste, except that it first creates a new 
  157.             image, makes it active, and then pastes the contents of the 
  158.             clipboard in to it. The new image is exactly the same size as the 
  159.             image that is in the clipboard.</p>
  160.  
  161.             </li>
  162.             <li>
  163.             <h3><a name="EraseSelection"></a>Erase Selection </h3>
  164.             <p>This command erases the currently selected region of the active 
  165.             layer. All pixels that lie within the selected region are placed 
  166.             with transparency. This is similar to the Cut command, except that 
  167.             the selected pixels are not copied to the clipboard.</p>
  168.             </li>
  169.             <li>
  170.             <h3><a name="FillSelection"></a>Fill Selection</h3>
  171.             <p>If there is a selected region, this will fill it with the current 
  172.             primary color.</p>
  173.             </li>
  174.             <li>
  175.             <h3><a name="InvertSelection"></a>Invert Selection </h3>
  176.             <p>If there is a selected region, this will cause all pixels that 
  177.             are selected to be unselected, and vice-versa.</p>
  178.             <h3></h3>
  179.             </li>
  180.             <li>
  181.             <h3><a name="SelectAll"></a>Select All </h3>
  182.             <p>This causes the entire canvas to be selected.</p>
  183.             <h3></h3>
  184.             </li>
  185.             <li>
  186.             <h3><a name="Deselect"></a>Deselect </h3>
  187.             <p>After you select this menu item, no pixels will be selected.</p>
  188.             </li>
  189.         </ul>
  190.     </div>
  191.     <!-- #EndEditable -->
  192.     <h4><br>
  193.     <br>
  194.     </h4>
  195.     <p align="center">
  196.     <font color="#808080" size="1">Copyright <font face="Times New Roman">┬⌐ 2007 </font>
  197.     Rick Brewster, Tom Jackson, and past contributors. Portions Copyright
  198.     <font face="Times New Roman">┬⌐ 2007 </font>Microsoft Corporation. All Rights 
  199.     Reserved.</font><font size="1"> <br>
  200.     </font>
  201. </div>
  202. </b>
  203.  
  204. </body>
  205.  
  206. <!-- #EndTemplate -->
  207.  
  208. </html>
  209.